home *** CD-ROM | disk | FTP | other *** search
- object ProgForm: TProgForm
- Left = 286
- Top = 169
- BorderStyle = bsNone
- Caption = 'ProgForm'
- ClientHeight = 96
- ClientWidth = 289
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 0
- Width = 273
- Height = 89
- TabOrder = 0
- object ProgLabel: TLabel
- Left = 16
- Top = 16
- Width = 160
- Height = 16
- Caption = 'Decrypting message ...'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Image1: TImage
- Left = 232
- Top = 0
- Width = 33
- Height = 33
- Picture.Data = {<image000.ico>}
- end
- object ProgBar: TProgressBar
- Left = 32
- Top = 48
- Width = 217
- Height = 17
- Min = 0
- Max = 120
- TabOrder = 0
- end
- end
- end
-